Show AllShow All

GutterPos Property

Returns or sets on which side the gutter appears in a document. Read/write WdGutterStyle.

expression.GutterPos

expression    Required. An expression that returns a PageSetup object.

Remarks

For more information on using Word with right-to-left languages, see Word features for right-to-left languages.

Example

This example sets the gutter to appear on the right side of the document.

ActiveDocument.PageSetup.GutterPos = wdGutterPosRight